Syntax:
VA1.Enable_Unrecognizable_Notification= "YES"/
"NO"
Details :
If no match is found in the basic vocabulary file, especially when a new blank file is offered for a match AND if this instruction is kept to "YES" then it notifies that no match was found.
Optional use.
Useful during trials.
Example :
Private Sub Start()
VA1...
VA1..Enable_Unrecognizable_Notification = "YES"
End Sub